ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLayoutView<TOwnerView,TDefinition> Class / _findAllPlotViews Method

In This Topic
    _findAllPlotViews Method (_BaseLayoutView<TOwnerView,TDefinition>)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function _findAllPlotViews() As List(Of IPlotView)
    public abstract List<IPlotView> _findAllPlotViews()
    See Also